home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / doom / quake1.zip / XSOLDR02.ZIP / XSOLDR02.TXT < prev   
Text File  |  1996-10-08  |  1KB  |  32 lines

  1. Xsoldier v2 by Bill Turner -shyft- shyft@fwb.gulf.net 
  2.                http://www.fwb.gulf.net/~shyft/
  3.  
  4.  
  5. This qc patch allows the grunts to be randomly armed. The grunts
  6. are much more dangerous once you apply this patch.
  7.  
  8. The following changes were made to the grunts arsenal:
  9.    1. some grunts now shoot Super shotgun
  10.    2. grunts using the regular shotgun have a single grenade
  11.    3. some grunts use a nailgun.
  12. Added since 1.0
  13.    4. some grunts use the flamethrower created by those cool guys
  14.       at Quake Command. (see credits)
  15.    5. grunt backpacks now give more realistic ammo.
  16.  
  17. Patch use info:
  18. -replace soldier.qc with my modified .qc file.
  19. -add flame.qc file to the progs dir.
  20. -add a flame.qc into the progs.src just after weapons.qc
  21. -Add the following lines at the end of defs.qc
  22.   .float  onfire;//Flag... set if the entity is on fire
  23.   .entity  firewood;// Pointer to an entity that the flame will burn.
  24. -compile
  25.  
  26. credits
  27. -------
  28. -flame thrower code was created by Steve Bond (wedge@nuc.net) from 
  29.  Quake Command --  http://www.nuc.net/quake
  30.   
  31.  
  32.